From a9cdaf2a901b353f1d93b9123b1591b8c742955f Mon Sep 17 00:00:00 2001 From: Tim Deegan Date: Mon, 27 Jun 2011 14:48:57 +0100 Subject: [PATCH] tools: fix build after recent xenpaging changes xenpaging now uses pthreads, so must link appropriately. Signed-off-by: Tim Deegan Committed-by: Ian Jackson --- tools/xenpaging/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/xenpaging/Makefile b/tools/xenpaging/Makefile index 6c20a8d52b..8a5b21c055 100644 --- a/tools/xenpaging/Makefile +++ b/tools/xenpaging/Makefile @@ -2,7 +2,7 @@ XEN_ROOT=$(CURDIR)/../.. include $(XEN_ROOT)/tools/Rules.mk CFLAGS += $(CFLAGS_libxenctrl) $(CFLAGS_libxenstore) -LDLIBS += $(LDLIBS_libxenctrl) $(LDLIBS_libxenstore) +LDLIBS += $(LDLIBS_libxenctrl) $(LDLIBS_libxenstore) -pthread POLICY = default -- 2.30.2